func crypto/aes.decryptBlockAsm
2 uses
crypto/aes (current package)
cipher_asm.go#L23: func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)
cipher_asm.go#L95: decryptBlockAsm(len(c.dec)/4-1, &c.dec[0], &dst[0], &src[0])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |